projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83927a6
)
Mention GtkEntryCompletion signal parameter change
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Jan 2011 15:47:36 +0000
(10:47 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 28 Jan 2011 16:10:07 +0000
(11:10 -0500)
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index 40111d0a1a3a872ab1e91ba53fd97fec58f12f45..f79d7b2c0e71a32db59459f62da108fcaeb8c1f8 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-1010,6
+1010,17
@@
gtk_arrow_draw (GtkWidget *widget,
</para>
</section>
+ <section>
+ <title>GtkEntryCompletion signal parameters</title>
+
+ <para>
+ The #GtkEntryCompletion::match-selected and
+ #GtkEntryCompletion::cursor-on-match signals were erroneously
+ given the internal filter model instead of the users model.
+ This oversight has been fixed in GTK+ 3; if you have handlers
+ for these signals, they will likely need slight adjustments.
+ </section>
+
<section>
<title>Resize grips</title>